CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - mfc 窗口

搜索资源列表

  1. 肖天华数据结构大作业

    0下载:
  2. 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:517360
    • 提供者:long
  1. MFC程序员的WTL指南

    1下载:
  2. 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.
  3. 所属分类:文档资料

  1. MFC中EasySize类-----改变窗口中各个控件的大小

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2011-04-25
    • 文件大小:4656
    • 提供者:caige_6666@
  1. MFC界面编程实例

    1下载:
  2. MFC界面编程实例,教你如何创建一个窗口及增加各类控件!
  3. 所属分类:文档资料

  1. cyingyong

    0下载:
  2. 运用ClassWizard,发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的-Use ClassWizard, the message sent to the window by MFC framework is how to handle through the window mapping table and mapping table information window class with the response function
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:46411
    • 提供者:song
  1. VCADO

    0下载:
  2. 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:4407
    • 提供者:伊一
  1. CH15Demo1

    0下载:
  2. 用MFC实现窗口的分割,还可以进行一其他的操作,要是想知道是什么你就自己看吧,我就不再多说了-Split the window with the MFC to achieve, but also can be an additional operation, if you want to know what is on his own see, I will not repeat them here
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1934886
    • 提供者:明哥
  1. MFC

    0下载:
  2. MFC 单文档静态窗口分割 简单的编程方法与步骤,并一步步实现-MFC Single document static window segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:278414
    • 提供者:李木木
  1. SysTm

    0下载:
  2. VC++编程,基于MFC窗口实现功能为读取系统时间,并不断刷新循环显示-Vc + +, read system time, and constantly refresh cycle display shows that vc + +, based on the MFC window functions for reading system time, and constantly refresh cycle display
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:45167
    • 提供者:
  1. Button

    0下载:
  2. 基于VC++的MFC窗口,实现对按键的设计-VC++ based on the MFC window, to realize the design of the butto
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:3436683
    • 提供者:
  1. mfc-class

    0下载:
  2. mfc 通用类.通常使用的例如窗口类等都会有所涉及到,是一个精简的类的总汇。如果有需要,可以直接联系我。-mfc useful class. you can find many usually used classes, such as CWnd. You may need it. you can get it free. If there is something wrong, you can contact me.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:29796
    • 提供者:liyu
  1. MFC基础

    0下载:
  2. MFC图形编程基础,介绍MFC、如何创建MFC项目、通过项目工作区窗口进行文件组织,项目管理和项目设置更改、介绍文档/视图体系、介绍设备环境DC和OnDraw函数、介绍CDC类常用绘图函数、如何使用自定义画图工具等等
  3. 所属分类:文档资料

  1. cOpenGL-Mfc--interface

    0下载:
  2. 在mfc中做opengl的接口,对做图形窗口必须的一步。-Do opengl in MFC interface, graphics window must step in to do.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:7845
    • 提供者:liang
  1. 02-Windows-Programming-and-MFC-Basic

    0下载:
  2. 本文摘自《零基础学C++》一书,介绍了windowsAPI函数,窗口句柄,事件,消息等基本概念。详细介绍了窗口设计,注册,显示更新等步骤。-The article is taken from the " zero-based learning C++" book introduces the basic concepts of the function of windowsAPI window handle, events, news, and so on. Window de
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:362559
    • 提供者:xjj
  1. MFC

    0下载:
  2. MFC可视化设计,弹出窗口,投票功能等窗口的设计-MFC Visual Design,Pop-up window, the window function design vote
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:384834
    • 提供者:王宝琛
  1. MFC-Open-the-save-file-dialog-box

    0下载:
  2. 开发窗口应用程序中,一般都会使用到文件保存对话框,我在这里提供其中一种方法-Developing windows applications, usually to a file using the Save dialog box, I am here to provide methods
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:1449
    • 提供者:布伦特
  1. mfc

    0下载:
  2. MFC中常用类,宏,函数介绍,和GUI有关的各种对象,在窗口中输出文字,使用点,刷子,笔进行绘图,使用各种映射方式-MFC commonly used classes, macros, functions, introduction, and GUI on a variety of objects, the output text in the window, point of use, brush, pen drawing, using a variety of mapping methods
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:127888
    • 提供者:dl
  1. MFC-basic-code

    0下载:
  2. VC++ 内MFC的基本问题介绍和源码参考,包括文档视图,视图和框架窗口、对话框等的操作-VC++,the basic operation code of MFC
  3. 所属分类:Software Testing

    • 发布日期:2017-05-24
    • 文件大小:3445109
    • 提供者:刘美女
  1. MyJHTKaraoke

    0下载:
  2. 使用vs2010 在MFC窗口中实现类似于卡拉ok 歌词字幕的五颜六色的颜色变化-Use vs2010 implemented in MFC window similar to the color change Kara ok lyrics subtitles
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24549239
    • 提供者:sunshine
  1. mfc-quad

    0下载:
  2. 应用C++ mfc 做的窗口 进行四边形的学习(C++ mfc quad.h quad.cpp list.h list.cpp Canvas.cpp)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-10
    • 文件大小:20818944
    • 提供者:enchanted_wsw
« 12 »
搜珍网 www.dssz.com